Northwoods.GoWPF 2.2.4 Assembly
ToKeys Property

Gets or sets the list of keys identifying nodes to which links go from this node data.
Syntax
Public Property ToKeys As IList(Of NodeKey)
public IList<NodeKey> ToKeys {get; set;}

Property Value

By default this is an empty ObservableCollection. Usually you will not need to set this, but if you do, you may want to make sure the new value also implements the System.Collections.Specialized.INotifyCollectionChanged interface.
Requirements
See Also

Reference

GraphModelNodeData<NodeKey> Class
GraphModelNodeData<NodeKey> Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback